﻿2026-07-29T10:18:06.5571551Z ##[group]Run actions/checkout@v5
2026-07-29T10:18:06.5572285Z with:
2026-07-29T10:18:06.5572682Z   fetch-depth: 0
2026-07-29T10:18:06.5573155Z   repository: BigscreenVR/spt-bs-core
2026-07-29T10:18:06.5579106Z   token: ***
2026-07-29T10:18:06.5579536Z   ssh-strict: true
2026-07-29T10:18:06.5579965Z   ssh-user: git
2026-07-29T10:18:06.5580451Z   persist-credentials: true
2026-07-29T10:18:06.5580952Z   clean: true
2026-07-29T10:18:06.5581438Z   sparse-checkout-cone-mode: true
2026-07-29T10:18:06.5582014Z   fetch-tags: false
2026-07-29T10:18:06.5582441Z   show-progress: true
2026-07-29T10:18:06.5582908Z   lfs: false
2026-07-29T10:18:06.5583303Z   submodules: false
2026-07-29T10:18:06.5583775Z   set-safe-directory: true
2026-07-29T10:18:06.5584329Z   allow-unsafe-pr-checkout: false
2026-07-29T10:18:06.5586297Z ##[endgroup]
2026-07-29T10:18:06.9011207Z Syncing repository: BigscreenVR/spt-bs-core
2026-07-29T10:18:06.9012660Z ##[group]Getting Git version info
2026-07-29T10:18:06.9013397Z Working directory is 'C:\actions-runner\_work\spt-bs-core\spt-bs-core'
2026-07-29T10:18:06.9273519Z [command]"C:\Program Files\Git\cmd\git.exe" version
2026-07-29T10:18:07.0150306Z git version 2.43.0.windows.1
2026-07-29T10:18:07.0175962Z ##[endgroup]
2026-07-29T10:18:07.0185807Z Copying 'C:\Users\decid\.gitconfig' to 'C:\actions-runner\_work\_temp\11eebcdb-c340-4c16-9e6d-f84beda2588c\.gitconfig'
2026-07-29T10:18:07.0201218Z Temporarily overriding HOME='C:\actions-runner\_work\_temp\11eebcdb-c340-4c16-9e6d-f84beda2588c' before making global git config changes
2026-07-29T10:18:07.0202901Z Adding repository directory to the temporary git global config as a safe directory
2026-07-29T10:18:07.0208155Z [command]"C:\Program Files\Git\cmd\git.exe" config --global --add safe.directory C:\actions-runner\_work\spt-bs-core\spt-bs-core
2026-07-29T10:18:07.0479482Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --get remote.origin.url
2026-07-29T10:18:07.0687078Z https://github.com/BigscreenVR/spt-bs-core
2026-07-29T10:18:07.0721018Z ##[group]Removing previously created refs, to avoid conflicts
2026-07-29T10:18:07.0725677Z [command]"C:\Program Files\Git\cmd\git.exe" rev-parse --symbolic-full-name --verify --quiet HEAD
2026-07-29T10:18:07.0959380Z HEAD
2026-07-29T10:18:07.1229634Z ##[endgroup]
2026-07-29T10:18:07.1232886Z [command]"C:\Program Files\Git\cmd\git.exe" submodule status
2026-07-29T10:18:07.6437652Z ##[group]Cleaning the repository
2026-07-29T10:18:07.6442754Z [command]"C:\Program Files\Git\cmd\git.exe" clean -ffdx
2026-07-29T10:18:09.9210248Z Removing target/
2026-07-29T10:18:09.9236759Z [command]"C:\Program Files\Git\cmd\git.exe" reset --hard HEAD
2026-07-29T10:18:10.0431848Z HEAD is now at 5aa12467 Merge b1801eab79e7c4cf5bbf665abdda9b5e468e83d9 into ffc7e9ea4427ff56f02edd6816b814cea5874dfe
2026-07-29T10:18:10.0458259Z ##[endgroup]
2026-07-29T10:18:10.0462036Z ##[group]Disabling automatic garbage collection
2026-07-29T10:18:10.0467247Z [command]"C:\Program Files\Git\cmd\git.exe" config --local gc.auto 0
2026-07-29T10:18:10.0731287Z ##[endgroup]
2026-07-29T10:18:10.0731690Z ##[group]Setting up auth
2026-07-29T10:18:10.0737954Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --name-only --get-regexp core\.sshCommand
2026-07-29T10:18:10.0986276Z [command]"C:\Program Files\Git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :\""
2026-07-29T10:18:10.5980394Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-07-29T10:18:10.6226035Z [command]"C:\Program Files\Git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :\""
2026-07-29T10:18:11.2939642Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-07-29T10:18:11.3200950Z [command]"C:\Program Files\Git\cmd\git.exe" submodule foreach --recursive "git config --local --show-origin --name-only --get-regexp remote.origin.url"
2026-07-29T10:18:11.7909500Z [command]"C:\Program Files\Git\cmd\git.exe" config --local http.https://github.com/.extraheader "AUTHORIZATION: basic ***"
2026-07-29T10:18:11.8231947Z ##[endgroup]
2026-07-29T10:18:11.8232460Z ##[group]Fetching the repository
2026-07-29T10:18:11.8239673Z [command]"C:\Program Files\Git\cmd\git.exe" -c protocol.version=2 fetch --prune --no-recurse-submodules --unshallow origin +refs/heads/*:refs/remotes/origin/* +refs/tags/*:refs/tags/* +c2e41d416c8363b5fc8884d93ee83a802e233430:refs/remotes/pull/120/merge
2026-07-29T10:18:14.6998869Z From https://github.com/BigscreenVR/spt-bs-core
2026-07-29T10:18:14.6999321Z  * [new branch]        build/acl-core                           -> origin/build/acl-core
2026-07-29T10:18:14.6999692Z  * [new branch]        ci/golden-lane-w0                        -> origin/ci/golden-lane-w0
2026-07-29T10:18:14.7000215Z  * [new ref]           c2e41d416c8363b5fc8884d93ee83a802e233430 -> pull/120/merge
2026-07-29T10:18:14.7124125Z ##[endgroup]
2026-07-29T10:18:14.7124617Z ##[group]Determining the checkout info
2026-07-29T10:18:14.7125145Z ##[endgroup]
2026-07-29T10:18:14.7129961Z [command]"C:\Program Files\Git\cmd\git.exe" sparse-checkout disable
2026-07-29T10:18:14.7417835Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --unset-all extensions.worktreeConfig
2026-07-29T10:18:14.7651251Z ##[group]Checking out the ref
2026-07-29T10:18:14.7656057Z [command]"C:\Program Files\Git\cmd\git.exe" checkout --progress --force refs/remotes/pull/120/merge
2026-07-29T10:18:14.8767564Z Previous HEAD position was 5aa12467 Merge b1801eab79e7c4cf5bbf665abdda9b5e468e83d9 into ffc7e9ea4427ff56f02edd6816b814cea5874dfe
2026-07-29T10:18:14.8768306Z HEAD is now at c2e41d41 Merge 812d7158a207aa312a34d4b472f6b7a45cdfaeea into ffc7e9ea4427ff56f02edd6816b814cea5874dfe
2026-07-29T10:18:14.8794464Z ##[endgroup]
2026-07-29T10:18:14.9084998Z [command]"C:\Program Files\Git\cmd\git.exe" log -1 --format=%H
2026-07-29T10:18:14.9321875Z c2e41d416c8363b5fc8884d93ee83a802e233430
